home *** CD-ROM | disk | FTP | other *** search
- Path: winternet.com!not-for-mail
- From: jdege@winternet.com (Jeff Dege)
- Newsgroups: comp.lang.c++
- Subject: Re: Fastest Sorting Algorithm?
- Date: 9 Apr 1996 03:21:14 GMT
- Organization: StarNet Communications, Inc
- Message-ID: <4kcl3a$q6b@blackice.winternet.com>
- References: <Dou55w.7MB@novice.uwaterloo.ca> <DpAxtI.3w9@undergrad.math.uwaterloo.ca> <4k4unk$15qe@sol.caps.maine.edu> <4k680p$6fs@longwood.cs.ucf.edu> <4k6hdg$5ob@blackice.winternet.com> <4ka0tg$sem@fountain.mindlink.net>
- NNTP-Posting-Host: subzero.winternet.com
- X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
-
- On Mon, 08 Apr 1996 03:27:38 GMT, Allan Nienhuis (Allan_Nienhuis@mindlink.bc.ca) wrote:
- : jdege@winternet.com (Jeff Dege) wrote:
- :
- : > for (i=0; i<size; i++)
- : > A[0] = 0;
- :
- : perhaps you mean:
- :
- : A[i] = 0;
- :
- : :)
-
- Perhaps I did. But then, you'll only write one program in your entire
- career that runs perfectly the first time, and I already did mine. (And
- I wasted it on a school project. ;(
-
- --
- "I quite agree with you," said the Duchess; "and the moral of
- that is -- `Be what you would seem to be' -- or, if you'd like it put
- more simply -- `Never imagine yourself not to be otherwise than what it
- might appear to others that what you were or might have been was not
- otherwise than what you had been would have appeared to them to be
- otherwise.'"
- -- Lewis Carrol, "Alice in Wonderland"
-
-
-